projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d5dc4
)
Fix documentation of `dired-do-touch'
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 2 Sep 2021 07:49:06 +0000
(09:49 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 2 Sep 2021 07:49:06 +0000
(09:49 +0200)
* doc/emacs/dired.texi (Operating on Files): Fix documentation of
`dired-do-touch' (bug#50323).
doc/emacs/dired.texi
patch
|
blob
|
history
diff --git
a/doc/emacs/dired.texi
b/doc/emacs/dired.texi
index e84ed0f7b66c60b0aa6828440ec443d90f67e76f..d6b9e7139e7e4314febdf4e4e9d8916cbfd2fe51 100644
(file)
--- a/
doc/emacs/dired.texi
+++ b/
doc/emacs/dired.texi
@@
-852,7
+852,7
@@
different systems put @command{chown} in different places).
@cindex changing file time (in Dired)
@item T @var{timestamp} @key{RET}
Touch the specified files (@code{dired-do-touch}). This means
-updating their modification times to
the present time
. This is like
+updating their modification times to
@var{timestamp}
. This is like
the shell command @code{touch}.
@findex dired-do-print